SftTabs/NET 6.0

MouseWheel Event, SftTabs Class

Softel vdm, Inc.

Occurs when the mouse wheel moves while the control has focus.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event MouseWheel As MouseEventHandler

C#   

public event MouseEventHandler MouseWheel;

C++   

public: event MouseEventHandler MouseWheel;

Event Data

The MouseWheel event handler receives an argument of type MouseEventArgs containing data related to this event.

Comments

The MouseWheel event occurs when the mouse wheel moves while the control has focus.

For more information about mouse wheel message, see the WM_MOUSEWHEEL message documentation in the Windows Platform SDK reference located in the MSDN library at http://msdn.microsoft.com/library.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com